You are here: Understanding the Meridian object model > About the Batch object > The Batch object methods > AddDocuments method

AddDocuments method

Adds the members of the specified collection to the Batch object.

Syntax

AddDocuments(Collection As Object)
Parameters

Name

Description

Collection

A collection of documents to add to the Batch object. Can be the result of Vault.FindDocuments or Document.GetReferences

Remarks

This method is intended to be used in a custom command's Initialize event to add documents to a batch for processing.

Related concepts

About the Batch object